home *** CD-ROM | disk | FTP | other *** search
/ Mac Cube 4: Multimedia Applications / MacCube Volume 4: Multimedia Applications.iso / Graphics / POV Ray / POVRAY II (FPU) / POV-Ray (FPU) / POV-Ray (FPU).rsrc / TEXT_328_union.txt < prev    next >
Text File  |  1994-02-10  |  93b  |  8 lines

  1. // CSG union, add all of shapes 1‚ĶN
  2. union
  3. {
  4.   Shape1 {‚Ķ}
  5.   Shape2 {‚Ķ}
  6.   ShapeN {‚Ķ}
  7. }
  8.